      FXBase    C:\Users\KatachiHome\AppData\Roaming\MAXON\CINEMA 4D R13_05DFD2A0\plugins\DPIT Plants & Effex 2.0\res\help\EN\Effex\fx_api_classes_nodes_fxbase.html   N       B                                                                                                                                                                                                                                                                           P   default.tif                  Object Header    :The base class all scene nodes are derived from.<br></br>           &[code]BaseObject* GetInterface (void)    <<b>Returns</b><br>
The interface associated with this node.                   %[code]const int GetType (void) const    Y<b>Returns</b><br>
the type id of this node. This is NOT the plugin id of the interface.                   ,[code]NodeBaseType GetBaseType (void) const    <b>Returns</b><br>
The base type of this node. See <a href="fx_api_classes_nodes_nodebasetype.html" onclick="Hide('SERVER_MINSUBSTEPS'); return true;">NodeBaseType</a>                   +[code]void GetSubType (int& subtype) const    <b>Returns</b><br>
none
<br></br>
<b>Parameters</b><BR>
<i>int& subtype</i>: <br>
Will have the <a href="fx_api_classes_nodes_nodesubtype.html" onclick="Hide('SERVER_MINSUBSTEPS'); return true;">NodeSubType</a> bits set that this node represents                   B[code]void Initialise (BaseObject* ptr_interface, FXScene* scene)    Currently private                   &[code]bool 				IsCached		(void) const    1<b>Returns</b><br>
true if this node is cached.
                  &[code]bool 				IsDirty			(void) const    <b>Returns</b><br>
true if this node is dirty. This is the case if any of the settings or the ports it operates on are dirty.
                                                    